home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / InteractiveBook_Files / Examples / Chapter1 / Rattling / 5 rattling summary.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  714 b   |  19 lines

  1. //activeBreadboard. lockWindowUpdate()
  2. //
  3. // This macro creates the standard linear regression breadboard
  4. //
  5. subtitleTextBox. setText ("")
  6. mainTextBox. setText ("")
  7. //
  8. // fill in text
  9. //
  10. TextBoxPath = macro. pathFromMacro("textBox1.txt")
  11. NextMacroPath = macro. pathFromMacro ( "..\minimize.nsm" )
  12. nextButton. setMacroPath ( NextMacroPath )
  13. CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
  14. cancelButton. setMacroPath ( CancelMacroPath)
  15. TitleIndex = titleTextBox. setTextFromFile (TextBoxPath, TitleIndex)
  16. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
  17. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
  18. //activeBreadboard. unlockWindowUpdate()
  19.